home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / rayshade / urt / include / rle_config.tlr < prev    next >
Encoding:
Text File  |  1995-01-12  |  295 b   |  17 lines

  1. /***************** From rle_config.tlr *****************/
  2.  
  3. /* CONST_DECL must be defined as 'const' or nothing. */
  4. #ifdef CONST_DECL
  5. #undef CONST_DECL
  6. #define CONST_DECL const
  7.  
  8. #else
  9. #define CONST_DECL
  10.  
  11. #endif
  12.  
  13. /* A define for getx11. */
  14. #ifndef XLIBINT_H
  15. #define XLIBINT_H_NOT_AVAILABLE
  16. #endif
  17.